home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Oct 89 / Z0070-ReRe MacApp&ISO-Oct89 < prev    next >
Encoding:
Text File  |  1989-10-13  |  1.6 KB  |  39 lines  |  [TEXT/GEOL]

  1. Item    8535536                         13-Oct-89        07:07
  2.  
  3. From:   AU0008                          Kopfwerk EDV SW Entwicklung
  4.  
  5. To:     MADA.EUROPE                     MacApp Dev Assoc Europe, E Carrasco
  6.  
  7. cc:     MACAPP.TECH$                    MACAPP Tech
  8.  
  9. Sub:    ReRe: MacApp&ISO
  10.  
  11. Hi .Eric,  (why the point??)
  12.  
  13. I read your link to Doug about InsideOut and MacApp. In my application I use
  14. this combination now for a half year, but I didn´t implemented a generic
  15. TDatabase class because every file (table) has different features and need
  16. often a totaly different handling. At the beginning I thought I could implement
  17. generic methods e.g. to list a selection on the screen, or a TDBRecord works
  18. with a TDialogView together in a way: ReadFromFile, SetFieldsFromView,
  19. GetFieldsFromView, isModified, WriteToFile.
  20.  
  21. With a database you can do so many different task that I could not imagine how
  22. I should implement a TDatabase class with more complex methods than the
  23. routines of ISO itself. So I implemented all ISO callings in a conventional
  24. way. My TSpecialDialogs classes knows how to get a record from a file in detail
  25. an uses direct ISO calls.
  26.  
  27. But I am highly interested how did you implemented your TDataBase, TDBDoc
  28. objects. Is TDataBase a class that simple implements all ISO-routines as
  29. methodes without any modifications of their parameters and functionality? Has
  30. this any advantages in respect with direct calls?
  31.  
  32. Kind regards,
  33. Tommi GESSL,
  34. KOPFWERK SW. Dev.
  35.  
  36. PS: I translated MA´ rez files into german language. A disk with it is on the
  37. way to MADA europe. I think you will get it next week.
  38.  
  39.